Pick Parts Styles
Labels
-
ASCII
-
PickPartsStyle
-
Binary
-
pkpt (
=
0x706B7074
)
pick parts STYLES
-
Object
-
0x00000000
-
Face
-
0x00000001
-
Edge
-
0x00000002
-
Vertex
-
0x00000003
Constant descriptions
-
Object
-
The hit list for picking contains only whole objects.
-
Face
-
The hit list for picking contains faces of objects.
-
Edge
-
The hit list for picking contains edges of objects.
-
Vertex
-
The hit list for picking contains vertices of objects.
Data Format
PickPartsFlags pickParts
-
pickParts
-
The value in this field must be one of the four flags specified in the
PickPartsFlags
data enumeration.
Description
A pick parts style object is used to specify the sort of object to be picked during the operation of picking. The flags
Face
,
Edge
, and
Vertex
are used to pick meshes; the flag
Object
is used to pick all other objects. The default flag is
Object
.
Parent Hierarchy
Shared, shape, style.
Example
PickPartsStyle ( Object )
© 1997 Apple Computer, Inc.
Previous | QD3D Book | Overview | Chapter Contents | Next |